github.com/refraction-networking/utls.sessionController.locked (field)

7 uses

	github.com/refraction-networking/utls (current package)
		u_session_controller.go#L52: 	locked bool
		u_session_controller.go#L62: 		locked:             false,
		u_session_controller.go#L69: 	return s.locked
		u_session_controller.go#L102: 	uAssert(s.state == NoSession && !s.locked, "tls: aboutToLoadSession failed: must only load session when the session of the client hello is not locked and when there's currently no session")
		u_session_controller.go#L121: 	if s.locked {
		u_session_controller.go#L138: 	s.locked = true
		u_session_controller.go#L321: 	uAssert(!s.locked, "tls: LoadSessionCoordinator.onEnterLoadSessionCheck failed: session is set and locked, no call to loadSession is allowed")